home *** CD-ROM | disk | FTP | other *** search
- CLOC.VBX is shareware.. If you find this VBX useful a small fee of $10 is
- requested. $25 will also get you the source code. Send US$ Check or Money order to:
-
- Brad Guttilla
- 4718 Hummingbird Dr.
- Waldorf MD 20603
-
- Comments or suggestions can be sent to me at
- 73051.1761@cis.com
- bfguttilla@aol.com
- bfgut@ix.netcom.com
-
- CLOC.VBX was writen in MSVC to fill a large hole
- I find in most of my VB applications. I am continually
- having to write some type of clock routine to show system time.
- This routine gives me that capability without rewritting the code
- or using the timer tool.
-
- CLOC.VBX
-
- Properties
-
- Cloc3D - True ThreeD on
- False ThreeD off
- ClocBevel - Raised - Raises control if 3D is on
- Inset - Sinks control if 3D is on
- ClocSecs - True Shows Seconds
- False does not show seconds
- ClocType 0 - 12 Hour shows time in 12 hour format
- 1 - 24 Hour shows time in 24 hour format
- 2 - Elapsed time shows the elapsed time since program started
- Tm_0f_Day time in hh:mm:ss format
-
- Events
-
- Refresh - resets the Elapsed time to 00:00:00
-
- Enclosed is a VB3 sample that shows the three clock types
-
-
-
-